PHP CI と GitHub Actions
PHP と Docker 使っている時のよくある流れ
ubuntu-latest で動かす
docker-compse up -d
docker でセットアップを実行
composer install
php artisan migrate
各テストを実行
phpcs
phpunit
phpstan
テスト結果を集計
この辺のツールを使う
EnricoMi/publish-unit-test-result-action@v1
jwgmeligmeyling/checkstyle-github-action@master